home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Utilities Experience
/
The Utilities Experience - Volume 1.iso
/
software
/
graphics
/
a-g
/
fu
/
formulas
/
smell2.form
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-21
|
212 b
|
28 lines
Smell2
{
{
x1=-1.6
x2= 0.5
y1=-1.0
y2= 1.0
bailout=10.0
}
{
z=pixel
c=pixel
z1=[-2.0,0.0]
}
{
z=z*z
z=z+c
z1=z1-z
w=abs(z1)
}
{
w>bailout
}
{
CHANGE BAILOUT FOR SMELLING
}
}